/* color palette
f0f5f9
c9d6df
52616b
1e2022 */
/***** NEW CSS ****/
/* Headings */
.big-heading {
  font-family: 'Montserrat';
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */
.container-fluid {
  padding: 7% 15%;
}

.container-fluid-head {
  padding: 3% 15% 7%;
}

.container-fluid-mid {
  padding: 7% 15%;
}

.container-fluid-footer {
  padding: 0;
}

/* Sections */
.colored-section {
  background-color: #f0f5f9;
  /* color: #1e2022; */
}

.mid-section {
  /* background-color: #fff; */
  background-color: #c9d6df;
}

.mid_div {
  padding: 18px 0;
  line-height: 2.5;
  font-family: 'Montserrat';
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
  text-align: right;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat-Light";
}

/* Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Carousel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
}

.testimonial-image {
  width: 100%;
  border-radius: 100%;
  margin: 20px;
}

/* Footer Section */
.social-icon {
  margin: 20px 10px;
  font-size: 1.2rem;
}

.footer-paragraph {
  font-size: 1.2rem;
  font-family: "Montserrat-Light";
}

/***** NEW CSS END ****/
body {
  max-height: 999999px;
  background-color: #f0f5f9;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2rem;
  /* margin: 100px auto 100px auto; */
  margin: 100px auto 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}

hr {
  max-height: 999999px;
  border-style: dotted none none;
  border-color: #52616b;
  border-width: 8px;
  height: 0;
  width: 6%;
  margin-top: 3em;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*************************** CLASS SELECTORS ***************************/

.right_item{
  padding-left: 20px;
}

.custom-toggle-class {
 /* background-color: white; */
 /* border-color: white; */
 /* color: black */
 
}

/* TODO bootstrapowo  */
.input-street-group {
display: flex;
  /* margin: 0 auto 100px auto; */
  margin: auto;
  width: 50%;
  /* text-align: left; */
  line-height: 1.5;
  max-height: 999999px;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: 700;
}



.result_wasteDisposal {
  margin: 0 auto 100px auto;
  width: 50%;
  text-align: left;
  line-height: 1.5;
}

.trash_bin {
  width: 2rem;
  float: left;
  margin-right: 5%;
}

.Calendar {
  width: 4rem;
  float: left;
  margin-right: 2%;
}

.img_truck {
  width: 4rem;
  float: left;
  margin-right: 2%;
}

.collection_dates {
  max-height: 999999px;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.itsToday {
  max-height: 999999px;
  animation: blinker 1s linear infinite;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

@media (max-width: 992px) {
  .nav-link {
    font-size: 2.5rem;
  }

  .navbar-toggler {
    font-size: 2rem;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.9rem;
  }

  .collection_dates {
    font-size: 3rem;
  }

  .img_truck {
    width: 8rem;
    /* margin-right: 2%; */
  }
}
